Gah - a solution with more questions. – EntropicLqd
Legacy:Useful UWindow Extensions
From Unreal Wiki, The Unreal Engine Documentation Site
Everyone who played UT already had contact to the UWindow system. Those who tried to create menus and configuration windows for their mods also know that UWindow misses some useful features.
- Auto-Sizing Combo and Edit Control – Resizes the list or edit box to use the available space between the box and the control's caption.
- Auto-Sizing Checkbox – Allows to have the text aligned to the same side as the checkbox.
- Auto-Sizing Label – Resizes the label to use the available space.
- Tooltips for controls in UWindowDialogClientWindows
- Menu Fixes
- Scrolling Credits – Fading and scrolling text for credits
Related Topics[edit]
- Open Source
- UWindow Class Hierarchy
- EWindow – a precompiled package with all kinds of UWindow enhancements including new radioboxes